home *** CD-ROM | disk | FTP | other *** search
- Path: news.tuwien.ac.at!news
- From: wolfgang@neptun.nt.tuwien.ac.at (Wolfgang Pusch)
- Newsgroups: comp.lang.c
- Subject: Mysterious compiler error messages
- Date: 30 Jan 1996 12:03:56 GMT
- Organization: Vienna University of Technology, Austria
- Message-ID: <4el1fc$cnq@news.tuwien.ac.at>
- Reply-To: pusch@email.tuwien.ac.at
- NNTP-Posting-Host: neptun.nt.tuwien.ac.at
-
- Hallo,
- does anyone understand the following error-messages which I have
- got during compiling?
-
- 1:
- gcc -O -Wall Simulation.c -o Simulation
- Simulation.c: In function `main':
- Simulation.c:3982: internal error--unrecognizable insn:
- (insn 6501 6499 6502 (set (reg:SI 29 %r29)
- (plus:SI (reg:SI 3 %r3)
- (const_int 955696))) -1 (nil)
- (nil))
- gcc: Internal compiler error: program cc1 got fatal signal 6
- *** Error code 1
-
- Stop.
-
-
- 2:
-
- as: /tmp/cca10496.s @line#2060 [err#13]
- (warning) Use of GR3 when frame>=8192 may cause conflict
- as: /tmp/cca10496.s @line#5964 [err#13]
- (warning) Use of GR3 when frame>=8192 may cause conflict
-
-
- What does it mean?
-
-
- - Wolfgang
-